home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / ubuntu-docs.prerm < prev    next >
Encoding:
Text File  |  2009-04-28  |  185 b   |  13 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4.  
  5.  
  6. case "$1" in
  7.   remove|deconfigure|failed-upgrade)
  8.     update-alternatives --remove firefox-homepage \
  9.     /usr/share/ubuntu-artwork/home/firefox-index.html
  10.  
  11.   ;;
  12. esac
  13.